11,171 records

11,171 records

Active filters Clear all

No active filters

Filters

21197_BehiG Haltekantesegment

Attachments

Click to expand Click to collapse

Dataset schema

Click to expand Click to collapse
PERRONKANTE_FID
               

No description available for this field.

Name (identifier)
perronkante_fid
Type
decimal
Sample
35359403
PERRON_NR
               

No description available for this field.

Name (identifier)
perron_nr
Type
text
Sample
2/3
HALTEKANTE_FID
               

No description available for this field.

Name (identifier)
haltekante_fid
Type
decimal
Sample
35247424
KUNDENGLEISNR
               

No description available for this field.

Name (identifier)
kundengleisnr
Type
text
Sample
3
BPS
               

No description available for this field.

Name (identifier)
bps
Type
text
Sample
WAE
DIST_AB_HK_ANFANG
               

No description available for this field.

Name (identifier)
dist_ab_hk_anfang
Type
decimal
Sample
0
LINIE
               

No description available for this field.

Name (identifier)
linie
Type
text
Sample
720
KM
               

No description available for this field.

Name (identifier)
km
Type
text
Sample
23.801953
SEGMENT_INFO
               

No description available for this field.

Name (identifier)
segment_info
Type
text
Sample
Beginn Haltekante
Legende
               

No description available for this field.

Name (identifier)
legende
Type
text
Sample
02_P 25 / - / - / - / nkue >75
KONFORMITAET
               

No description available for this field.

Name (identifier)
konformitaet
Type
text
Sample
P 25 / - / - / - / nkue >75
ID_GLEISSTRANG
               

No description available for this field.

Name (identifier)
id_gleisstrang
Type
decimal
Sample
433893
PERRONKANTE_LAENGE
               

No description available for this field.

Name (identifier)
perronkante_laenge
Type
decimal
Sample
78.8715
KUERZEL
               

No description available for this field.

Name (identifier)
kuerzel
Type
text
Sample
Perron
PERRONTYP
               

No description available for this field.

Name (identifier)
perrontyp
Type
text
Sample
Mittelperron
ID_HILFSTRITT
               

No description available for this field.

Name (identifier)
id_hilfstritt
Type
decimal
Sample
12
PUNKT_RADIUS
               

No description available for this field.

Name (identifier)
punkt_radius
Type
decimal
Sample
478
PUNKT_UH
               

No description available for this field.

Name (identifier)
punkt_uh
Type
decimal
Sample
100
MAX_UH
               

No description available for this field.

Name (identifier)
max_uh
Type
decimal
Sample
100
PUNKT_STATIONIERUNG
               

No description available for this field.

Name (identifier)
punkt_stationierung
Type
decimal
Sample
127
E
               

No description available for this field.

Name (identifier)
e
Type
decimal
Sample
2693577
N
               

No description available for this field.

Name (identifier)
n
Type
decimal
Sample
1231825.3
geopos
               

No description available for this field.

Name (identifier)
geopos
Type
geo point
Sample
[47.23072562871444,8.674353554120504]
konf
               

No description available for this field.

Name (identifier)
konf
Type
text
Sample
02
didok
               

No description available for this field.

Name (identifier)
didok
Type
integer
Sample
3206
Name Haltestelle
               

No description available for this field.

Name (identifier)
bezeichnung_offiziell
Type
text
Sample
Wädenswil

JSON Schema

The following JSON object is a standardized description of your dataset's schema. More about JSON schema.

{
  • "title":"21197_behig-haltekantesegment",
  • "type":"object",
  • "oneOf":
    [
    • {
      • "$ref":"#/definitions/21197_behig-haltekantesegment"
      }
    ]
    ,
  • "definitions":
    {
    • "21197_behig-haltekantesegment":
      {
      • "properties":
        {
        • "records":
          {
          • "type":"array",
          • "items":
            {
            • "$ref":"#/definitions/21197_behig-haltekantesegment_records"
            }
          }
        }
      }
      ,
    • "geoJSON":
      {
      • "title":"Geo JSON object",
      • "description":"Schema for a Geo JSON object",
      • "type":"object",
      • "required":
        [
        • "type"
        ]
        ,
      • "properties":
        {
        • "crs":
          {
          • "$ref":"#/definitions/crs"
          }
          ,
        • "bbox":
          {
          • "$ref":"#/definitions/bbox"
          }
        }
        ,
      • "oneOf":
        [
        • {
          • "$ref":"#/definitions/geometry"
          }
          ,
        • {
          • "$ref":"#/definitions/geometryCollection"
          }
          ,
        • {
          • "$ref":"#/definitions/feature"
          }
          ,
        • {
          • "$ref":"#/definitions/featureCollection"
          }
        ]
      }
      ,
    • "bbox":
      {
      • "description":"A bounding box as defined by GeoJSON",
      • "type":"array",
      • "items":
        {
        • "type":"number"
        }
      }
      ,
    • "crs":
      {
      • "title":"crs",
      • "description":"a Coordinate Reference System object",
      • "type":
        [
        • "object",
        • "null"
        ]
        ,
      • "required":
        [
        • "type",
        • "properties"
        ]
        ,
      • "properties":
        {
        • "type":
          {
          • "type":"string"
          }
          ,
        • "properties":
          {
          • "type":"object"
          }
        }
        ,
      • "additionalProperties":false,
      • "oneOf":
        [
        • {
          • "$ref":"#/definitions/namedCrs"
          }
          ,
        • {
          • "$ref":"#/definitions/linkedCrs"
          }
        ]
      }
      ,
    • "namedCrs":
      {
      • "properties":
        {
        • "type":
          {
          • "enum":
            [
            • "name"
            ]
          }
          ,
        • "properties":
          {
          • "required":
            [
            • "name"
            ]
            ,
          • "additionalProperties":false,
          • "properties":
            {
            • "name":
              {
              • "type":"string"
              }
            }
          }
        }
      }
      ,
    • "linkedObject":
      {
      • "type":"object",
      • "required":
        [
        • "href"
        ]
        ,
      • "properties":
        {
        • "href":
          {
          • "type":"string",
          • "format":"uri"
          }
          ,
        • "type":
          {
          • "type":"string",
          • "description":"Suggested values: proj4, ogjwkt, esriwkt"
          }
        }
      }
      ,
    • "linkedCrs":
      {
      • "properties":
        {
        • "type":
          {
          • "enum":
            [
            • "link"
            ]
          }
          ,
        • "properties":
          {
          • "$ref":"#/definitions/linkedObject"
          }
        }
      }
      ,
    • "geometryCollection":
      {
      • "title":"GeometryCollection",
      • "description":"A collection of geometry objects",
      • "required":
        [
        • "geometries"
        ]
        ,
      • "properties":
        {
        • "type":
          {
          • "enum":
            [
            • "GeometryCollection"
            ]
          }
          ,
        • "geometries":
          {
          • "type":"array",
          • "items":
            {
            • "$ref":"http://json-schema.org/geojson/geometry.json#"
            }
          }
        }
      }
      ,
    • "feature":
      {
      • "title":"Feature",
      • "description":"A Geo JSON feature object",
      • "required":
        [
        • "geometry",
        • "properties"
        ]
        ,
      • "properties":
        {
        • "type":
          {
          • "enum":
            [
            • "Feature"
            ]
          }
          ,
        • "geometry":
          {
          • "oneOf":
            [
            • {
              • "type":"null"
              }
              ,
            • {
              • "$ref":"#/definitions/geometry"
              }
            ]
          }
          ,
        • "properties":
          {
          • "type":
            [
            • "object",
            • "null"
            ]
          }
          ,
        • "id":
          {
            }
          }
        }
        ,
      • "featureCollection":
        {
        • "title":"FeatureCollection",
        • "description":"A Geo JSON feature collection",
        • "required":
          [
          • "features"
          ]
          ,
        • "properties":
          {
          • "type":
            {
            • "enum":
              [
              • "FeatureCollection"
              ]
            }
            ,
          • "features":
            {
            • "type":"array",
            • "items":
              {
              • "$ref":"#/definitions/feature"
              }
            }
          }
        }
        ,
      • "geometry":
        {
        • "title":"geometry",
        • "description":"One geometry as defined by GeoJSON",
        • "type":"object",
        • "required":
          [
          • "type",
          • "coordinates"
          ]
          ,
        • "oneOf":
          [
          • {
            • "title":"Point",
            • "properties":
              {
              • "type":
                {
                • "enum":
                  [
                  • "Point"
                  ]
                }
                ,
              • "coordinates":
                {
                • "$ref":"#/definitions/position"
                }
              }
            }
            ,
          • {
            • "title":"MultiPoint",
            • "properties":
              {
              • "type":
                {
                • "enum":
                  [
                  • "MultiPoint"
                  ]
                }
                ,
              • "coordinates":
                {
                • "$ref":"#/definitions/positionArray"
                }
              }
            }
            ,
          • {
            • "title":"LineString",
            • "properties":
              {
              • "type":
                {
                • "enum":
                  [
                  • "LineString"
                  ]
                }
                ,
              • "coordinates":
                {
                • "$ref":"#/definitions/lineString"
                }
              }
            }
            ,
          • {
            • "title":"MultiLineString",
            • "properties":
              {
              • "type":
                {
                • "enum":
                  [
                  • "MultiLineString"
                  ]
                }
                ,
              • "coordinates":
                {
                • "type":"array",
                • "items":
                  {
                  • "$ref":"#/definitions/lineString"
                  }
                }
              }
            }
            ,
          • {
            • "title":"Polygon",
            • "properties":
              {
              • "type":
                {
                • "enum":
                  [
                  • "Polygon"
                  ]
                }
                ,
              • "coordinates":
                {
                • "$ref":"#/definitions/polygon"
                }
              }
            }
            ,
          • {
            • "title":"MultiPolygon",
            • "properties":
              {
              • "type":
                {
                • "enum":
                  [
                  • "MultiPolygon"
                  ]
                }
                ,
              • "coordinates":
                {
                • "type":"array",
                • "items":
                  {
                  • "$ref":"#/definitions/polygon"
                  }
                }
              }
            }
          ]
          ,
        • "position":
          {
          • "description":"A single position",
          • "type":"array",
          • "minItems":2,
          • "items":
            [
            • {
              • "type":"number"
              }
              ,
            • {
              • "type":"number"
              }
            ]
            ,
          • "additionalItems":false
          }
          ,
        • "positionArray":
          {
          • "description":"An array of positions",
          • "type":"array",
          • "items":
            {
            • "$ref":"#/definitions/position"
            }
          }
          ,
        • "lineString":
          {
          • "description":"An array of two or more positions",
          • "allOf":
            [
            • {
              • "$ref":"#/definitions/positionArray"
              }
              ,
            • {
              • "minItems":2
              }
            ]
          }
          ,
        • "linearRing":
          {
          • "description":"An array of four positions where the first equals the last",
          • "allOf":
            [
            • {
              • "$ref":"#/definitions/positionArray"
              }
              ,
            • {
              • "minItems":4
              }
            ]
          }
          ,
        • "polygon":
          {
          • "description":"An array of linear rings",
          • "type":"array",
          • "items":
            {
            • "$ref":"#/definitions/linearRing"
            }
          }
        }
        ,
      • "21197_behig-haltekantesegment_records":
        {
        • "properties":
          {
          • "fields":
            {
            • "type":"object",
            • "properties":
              {
              • "perronkante_fid":
                {
                • "type":"number",
                • "title":"PERRONKANTE_FID",
                • "description":""
                }
                ,
              • "perron_nr":
                {
                • "type":"string",
                • "title":"PERRON_NR",
                • "description":""
                }
                ,
              • "haltekante_fid":
                {
                • "type":"number",
                • "title":"HALTEKANTE_FID",
                • "description":""
                }
                ,
              • "kundengleisnr":
                {
                • "type":"string",
                • "title":"KUNDENGLEISNR",
                • "description":""
                }
                ,
              • "bps":
                {
                • "type":"string",
                • "title":"BPS",
                • "description":""
                }
                ,
              • "dist_ab_hk_anfang":
                {
                • "type":"number",
                • "title":"DIST_AB_HK_ANFANG",
                • "description":""
                }
                ,
              • "linie":
                {
                • "type":"string",
                • "title":"LINIE",
                • "description":""
                }
                ,
              • "km":
                {
                • "type":"string",
                • "title":"KM",
                • "description":""
                }
                ,
              • "segment_info":
                {
                • "type":"string",
                • "title":"SEGMENT_INFO",
                • "description":""
                }
                ,
              • "legende":
                {
                • "type":"string",
                • "title":"Legende",
                • "description":""
                }
                ,
              • "konformitaet":
                {
                • "type":"string",
                • "title":"KONFORMITAET",
                • "description":""
                }
                ,
              • "id_gleisstrang":
                {
                • "type":"number",
                • "title":"ID_GLEISSTRANG",
                • "description":""
                }
                ,
              • "perronkante_laenge":
                {
                • "type":"number",
                • "title":"PERRONKANTE_LAENGE",
                • "description":""
                }
                ,
              • "kuerzel":
                {
                • "type":"string",
                • "title":"KUERZEL",
                • "description":""
                }
                ,
              • "perrontyp":
                {
                • "type":"string",
                • "title":"PERRONTYP",
                • "description":""
                }
                ,
              • "id_hilfstritt":
                {
                • "type":"number",
                • "title":"ID_HILFSTRITT",
                • "description":""
                }
                ,
              • "punkt_radius":
                {
                • "type":"number",
                • "title":"PUNKT_RADIUS",
                • "description":""
                }
                ,
              • "punkt_uh":
                {
                • "type":"number",
                • "title":"PUNKT_UH",
                • "description":""
                }
                ,
              • "max_uh":
                {
                • "type":"number",
                • "title":"MAX_UH",
                • "description":""
                }
                ,
              • "punkt_stationierung":
                {
                • "type":"number",
                • "title":"PUNKT_STATIONIERUNG",
                • "description":""
                }
                ,
              • "e":
                {
                • "type":"number",
                • "title":"E",
                • "description":""
                }
                ,
              • "n":
                {
                • "type":"number",
                • "title":"N",
                • "description":""
                }
                ,
              • "geopos":
                {
                • "type":"array",
                • "minItems":2,
                • "maxItems":2,
                • "items":
                  {
                  • "type":"number"
                  }
                  ,
                • "title":"geopos",
                • "description":""
                }
                ,
              • "konf":
                {
                • "type":"string",
                • "title":"konf",
                • "description":""
                }
                ,
              • "didok":
                {
                • "type":"integer",
                • "title":"didok",
                • "description":""
                }
                ,
              • "bezeichnung_offiziell":
                {
                • "type":"string",
                • "title":"Name Haltestelle",
                • "description":""
                }
              }
            }
          }
        }
      }
    }

    Reuses

    Click to expand Click to collapse

    Submit a reuse

    Click to expand Click to collapse

    Your last name will be publicly displayed with your reuse

    Your first name will be publicly displayed with your reuse

    Your email will not be published publicly and will only be used by the administrators to contact you.

    Short description of your work (max. 50 characters)

    A longer description of what you achieved using this dataset (max. 1000 characters)

    An URL where your work can be accessed publicly

     or 

    (optional) An URL or an image which illustrates your work

    false

    Similar datasets